Reformat 2009-06-23 ChangeLog entry.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 23 Jun 2009 14:14:13 +0000 (14:14 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 23 Jun 2009 14:14:13 +0000 (14:14 +0000)
src/ChangeLog

index 165f9b57e79efcf64a132180361bdc1295c5d5ff..eeeb08a550aef3e95a756b6ce8ea18f98360a734 100644 (file)
 
 2009-06-23  Jim Meyering  <meyering@redhat.com>
 
-       Don't dereference NULL upon failed malloc and realloc
-       * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use xmalloc
-       and xrealloc (not malloc and realloc), so subsequent heap pointer
-       dereferences are guaranteed to be valid.
+       * src/ftfont.c (setup_otf_gstring, ftfont_shape_by_flt): Use
+       xmalloc and xrealloc (not malloc and realloc), so subsequent heap
+       pointer dereferences are guaranteed to be valid.
 
 2009-06-23  Kenichi Handa  <handa@m17n.org>